翻訳と辞書
Words near each other
・ Writam Porel
・ Write & Wrong
・ Write (disambiguation)
・ Write (system call)
・ Write (Unix)
・ Write About Love (song)
・ Write Ahead Physical Block Logging
・ Write amplification
・ Write and Fight
・ Write Angle
・ Write Anywhere File Layout
・ Write barrier
・ Write Bloody Publishing
・ Write Brothers
・ Write buffer
Write combining
・ Write It in Stone
・ Write It on Your Skin
・ Write It on Your Skin (song)
・ Write Me a Letter
・ Write Me a Murder
・ Write Me Back
・ Write On
・ Write On (album)
・ Write On (TV series)
・ Write once
・ Write once read many
・ Write once, compile anywhere
・ Write once, run anywhere
・ Write or Die


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Write combining : ウィキペディア英語版
Write combining

Write combining (WC) is a computer bus technique for allowing data to be combined and temporarily stored in a buffer — the write combine buffer (WCB) — to be released together later in burst mode instead of writing (immediately) as single bits or small chunks.
Write combining cannot be used for general memory access (data or code regions) due to the weak ordering. Write-combining does not guarantee that the combination of writes and reads is done in the expected order. For example, a Write/Read/Write combination to a specific address would lead to the write combining order of Read/Write/Write which can lead to obtaining wrong values with the first read (which potentially relies on the write before).
In order to avoid the problem of read/write order described above, the write buffer can be treated as a fully associative cache and added into the memory hierarchy of the device in which it is implemented.
Adding complexity slows down the memory hierarchy so this technique is often only used for memory which does not need strong ordering (always correct) like the frame buffers of video cards.
==See also==

*Write buffer — a buffer used to facilitate apparently simultaneous reads and writes by the memory system
*Framebuffer (FB), and Linear LFB
*Video Graphics Array (VGA), and Banked (BVGA) Frame Buffer
*Page table
*Memory type range registers (MTRR) — the older x86 cache control mechanism
*Page Attribute Table — x86 page table extension that allows fine-grained cache control, including write combining

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Write combining」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.